
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body, html{
    background: #ffffff;
	margin:5px auto; 
	padding:3px; 
	width:calc(100%-10px);
}



.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 660px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
			padding: 30px;

}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	color: green;
	width: auto;
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	opacity: 0.8;
	background: #f1f1f1;
	border: 1px solid #000000;
	border-radius: 3px;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content button {
float: left;
	display: table;
	margin-right: 10px;
	font-size: 0.8em;
	background: green;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 8px;
	border: none;
	cursor: pointer;
}
.md-content button:hover {
  background-color: #3cb371;
  border: 1px solid #000000;
}
.md-content a {
text-decoration: none;
color: #ffffff;
}
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.btn-basket-all {
  border: none;
  outline: none;
  padding: 12px 25px;
  background-color: green;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}

.btn-basket-all:hover {
  background-color: #32CD32;
  color: #ffffff;
}
.btn-basket-add {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 8px;
  	width: 100%;
text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 3px;
  cursor: pointer;
}
.btn-basket-add a{
text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .btn-basket-add {
    float: none;
    display: block;
    text-align: center;
	width: auto;
  }
}


.btn-basket-add:hover {
  background-color: #32CD32;
  color: #FFFFFF;
}
.btn-basket-add:active {
background-color: #000000;
}



.btn-basket-clear-close {
  border: none;
  outline: none;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
    border: 1px solid black;
	border-radius: 3px;
}
@media screen and (max-width: 1200px) {
    .btn-basket-clear-close {
        width: 100%;
    }
}


.btn-basket-clear-close:hover {
  background-color: green;
  color: #FFFFFF;
}
.modal-title1 {
text-transform: uppercase;
font-weight: bold;
text-align: center;
font-size: 20px;
}
.product-description {
  margin-bottom: 20px;
}
.product-description span {
  font-size: 12px;
  color: #358ED7;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-description h1 {
	font-family: 'Times New Roman', Times, serif;
  font-weight: 600;
  font-size: 1.8vw;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
.product-description h1 {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
}
.product-description p {
  font-size: 16px;
  font-weight: 300;
  color: #86939E;
  text-align: justify;
}
.product-description a {
color: green;
text-decoration: none;
}
.product-description a:hover {
font-weight: 600;
}

.product-color span,
.cable-config span {
  font-size: 14px;
  font-weight: 400;
  color: #86939E;
  margin-bottom: 20px;
  display: inline-block;
}

.product-color {
  margin-bottom: 30px;
}
.tooltip {
  position: relative;
  display: inline-block;

}

.tooltip .tooltiptext {
visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
    
}

.tooltip .tooltiptext::after {
content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
    
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.mySlides1 {
	margin:5px auto; 
	padding:3px; 
	width:calc(100%-10px);
	
}

.slideshow-container {
	width:calc(100%-8px);
  position: relative;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: -22px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}

.next {
  right: 13px;
  border-radius: 50%;
}
.prev {
  left: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
.next {
  right: 3px;
  border-radius: 50%;
} 
.prev {
  left: 3px;
  border-radius: 50%;
}
}
.prev:hover, .next:hover {
  background-color: #000000;
  color: #ffffff;
}
.left_column {
  float: left;
  background-color: #ffffff;
  width: 58%;
  height: 100%;
  text-align: center;
	padding: 10px;
}
.left_column img {
width: 33vw;
max-width: 80%;
height: 22vw;
object-fit: contain;
    
}

.right_column {
  float: left;
  background-color: #ffffff;
  color: #000000;
  width: 38%;
  height: 100%;
  margin-top: 15px;
  	padding: 10px;

}
.right_column p {
text-align: justify;
}
.row {
    font-family: Arial;
    background: #ffffff;
	margin:5px 5px 10px 5px; 
	padding:3px; 
	width:calc(100%-28px);
	
}
@media screen and (max-width: 1200px) {
  .row {
    float: none;
    text-align: center;
	width:calc(100%-4px);
	height: auto;
  }

@media screen and (max-width: 1200px) {
  .left_column, .right_column {
    float: none;
    text-align: center;
	width:100%;
	height: auto;
  }
.left_column img {
width: 90%;
height: auto;
object-fit: cover;
} 
 .right_column {
 width: 100%;
 text-align: justify;

}
 }

.main1 {
	margin:5px auto; 
	padding:3px; 
	width:calc(100%-8px);
}
.ist9 {
text-align: center;
font-weight: bold;
font-size: 15px;
padding-right: 6px;
padding-left: 6px;
padding-top: 4px;
text-transform: uppercase;
}
.ist9 a {
text-decoration: none;
}
.basket_container {
border: none;
width: 90%;
margin: 0 auto;
height: auto;
}
.basket_container a{
	text-decoration: none;
}
  
    .minimized {
  cursor: pointer;
}


#magnify {
  display: none;
border: 2px solid #000000;
  position: fixed;
  max-width: 850px;
  height: 550px;
  z-index: 9999;
}

#magnify img {
  width: 100%;
  height: 100%;
}

#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 9990;
}

#close-popup {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-popup i {
  width: 30px;
  height: 30px;
  background: url(../img/close_13.png) no-repeat center center;
  background-size: 30px 30px;
  display: block;
}



@media screen and (max-width: 1200px) {
    .minimized {
        pointer-events: none;
    }
}


.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.modal-content {
width: 80%;
height: auto;
padding: 40px;
}
@media screen and (max-width: 600px) {
    .modal-content {
        width: 90%;
		height: auto;
		padding: 5px;
    }
}


.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;

}

.container {
	background: #e74c3c;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	background: white;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
			padding: 30px;

}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	opacity: 0.8;
	background: rgba(0,0,0,0.3);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content button {
float: left;
	display: table;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 0.8em;
	background: green;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 12px;
	border: none;
	cursor: pointer;
}
.md-content button:hover {
  background-color: #3cb371;
  border: 1px solid #000000;
}
.md-content a {
text-decoration: none;
color: #ffffff;
}
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
